Clock View
A custom view that displays a clock, which can be digital, analog, or a specialized real-time updating clock.
ClockView
is a LinearLayout that dynamically inflates and manages one of three internal clock view implementations (DigitalClockView, AnalogClockView, or RealTimeClockView) based on the configuration provided by a Module.
It implements RevelControl to integrate with a playback system and updates its display periodically using a Handler. The update interval varies depending on the type of clock being displayed.
See also
Constructors
Types
Link copied to clipboard
interface OnClockUpdate
Interface for internal clock views (e.g.
Functions
Link copied to clipboard
Gets an iterator over the configuration s for this control.
Link copied to clipboard
Gets the associated with this control, if any.
Link copied to clipboard
Gets the type of the underlying module or content associated with this control.
Link copied to clipboard
Initializes the control with its associated module context.
Link copied to clipboard
Checks if this control is configured to start its operation automatically after #initialize(Module) initialization.
Link copied to clipboard
Sets whether this control should start its operation automatically after #initialize(Module) initialization.